OHI British Columbia | OHI Science | Citation policy
read in some data A and data B. Modify some things, and save as layer 1.
This sources a script that modifies another new layer (tableC) and saves it as table2 and table3, external to the direct Rmd path. It also sources a separate script that reads a previously-saved layer (table 1) and gapfills, saving as table1a.
sourced script reads in layers 1a, 2, and 3, and does some stuff, and saves the results as layers D and E.
## pre-main prep time: 5 ms
| file_name | file_dir | filetype | uncomm_chgs | commit_hash |
|---|---|---|---|---|
| table1a.csv | ~/github/ohibc/rmd_testing | input | FALSE | 874af4f |
| table1.csv | ~/github/ohibc/rmd_testing | input | FALSE | 874af4f |
| table2.csv | ~/github/ohibc/rmd_testing | input | FALSE | 874af4f |
| table3.csv | ~/github/ohibc/rmd_testing | input | FALSE | 874af4f |
| tableA2.csv | ~ | input | TRUE | NA |
| tableA.csv | ~/github/ohibc/rmd_testing | input | FALSE | 2062ccb |
| tableB.csv | ~/github/ohibc/rmd_testing | input | FALSE | 0bb1fa0 |
| tableC.csv | ~/github/ohibc/rmd_testing | input | FALSE | 0bb1fa0 |
| table1a.csv | ~/github/ohibc/rmd_testing | output | FALSE | 874af4f |
| table1.csv | ~/github/ohibc/rmd_testing | output | FALSE | 874af4f |
| table2.csv | ~/github/ohibc/rmd_testing | output | FALSE | 874af4f |
| table3.csv | ~/github/ohibc/rmd_testing | output | FALSE | 874af4f |
| tableD.csv | ~/github/ohibc/rmd_testing | output | FALSE | 874af4f |
| tableE.csv | ~/github/ohibc/rmd_testing | output | FALSE | 874af4f |
| 0_sample_script.Rmd | ~/github/ohibc/rmd_testing | parent_script | FALSE | 15c4aeb |
| 1a_gapfill.R | ~/github/ohibc/rmd_testing | sourced_script | FALSE | 725220e |
| 1_data_prep_sample.R | ~/github/ohibc/rmd_testing | sourced_script | FALSE | c265b26 |
| 2_model_sample.R | ~/github/ohibc/rmd_testing | sourced_script | FALSE | 725220e |